<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE Nodes [

<!ENTITY % NameValue "CDATA">
<!ENTITY % PropType "(I|S|D|L|H|B)">
<!ENTITY % VersionValue "CDATA">

<!ELEMENT Prp (#PCDATA)>
<!ELEMENT Node (Node|Prp)*>
<!ELEMENT Nodes (Node)+>

<!ATTLIST Nodes version CDATA "1">

<!ATTLIST Node name CDATA #REQUIRED>

<!ATTLIST Prp name CDATA #REQUIRED>
<!ATTLIST Prp type CDATA #REQUIRED>
<!ATTLIST Prp value CDATA #REQUIRED>
]>
<Nodes version="1">
	<Node name="root">
		<Node name="item 0">
			<Prp name="unit id" type="I" value="0"/>
			<Prp name="stacktext" type="S" value="Test1"/>
			<Prp name="line no" type="I" value="11"/>
		</Node>
		<Node name="units">
			<Prp name="unit 0" type="S" value="{1385DA58-5B83-4F35-BA49-937FC81FB097}"/>
		</Node>
		<Node name="child data"/>
		<Node name="stack"/>
		<Node name="message 0">
			<Prp name="priority" type="I" value="300"/>
			<Prp name="pictype" type="I" value="2"/>
			<Prp name="stack end" type="I" value="0"/>
			<Prp name="stack beginning" type="I" value="0"/>
			<Prp name="type" type="I" value="3"/>
			<Prp name="remarks" type="S" value="Possible reasons:&#xA; - An error or warning occurred during the test run. See the preceding log entries to locate and identify the error.&#xA; - The test run was stopped manually.&#xA; - The test run was terminated as a result of the Runner.Halt method call."/>
			<Prp name="as html" type="B" value="0"/>
			<Prp name="date" type="D" value="44200.4483379051"/>
			<Prp name="child index" type="I" value="-1"/>
			<Prp name="picture" type="S" value="Picture1.png"/>
			<Prp name="owner id" type="I" value="-1"/>
			<Prp name="message" type="S" value="The script execution was interrupted."/>
			<Prp name="id" type="I" value="0"/>
			<Prp name="unit id" type="I" value="0"/>
			<Prp name="link" type="S" value=""/>
			<Prp name="line no" type="I" value="11"/>
		</Node>
		<Prp name="status" type="I" value="2"/>
	</Node>
</Nodes>